From: Paul Mackerras Date: Mon, 31 Oct 2005 02:08:54 +0000 (+1100) Subject: ppc: remove duplicate export of cur_cpu_spec X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~48265^2~73 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=bd787d438a59266af3c9f6351644c85ef1dd21fe;p=linux-4.9.git ppc: remove duplicate export of cur_cpu_spec Signed-off-by: Paul Mackerras --- diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c index dcc83440f203..ae24196d78f6 100644 --- a/arch/ppc/kernel/ppc_ksyms.c +++ b/arch/ppc/kernel/ppc_ksyms.c @@ -322,7 +322,6 @@ EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */ extern long *intercept_table; EXPORT_SYMBOL(intercept_table); #endif /* CONFIG_PPC_STD_MMU */ -EXPORT_SYMBOL(cur_cpu_spec); #if defined(CONFIG_40x) || defined(CONFIG_BOOKE) EXPORT_SYMBOL(__mtdcr); EXPORT_SYMBOL(__mfdcr);